home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980424-19980901 / 000268_news@newsmaster….columbia.edu _Mon Jul 13 12:07:09 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA19210
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 13 Jul 1998 12:07:09 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA10282
  7.     for kermit.misc@watsun; Mon, 13 Jul 1998 12:07:08 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: K95 - confirm closing of terminal window?
  12. Date: 13 Jul 1998 16:07:07 GMT
  13. Organization: Columbia University
  14. Lines: 17
  15. Message-ID: <6odbbb$1ja$1@apakabar.cc.columbia.edu>
  16. References: <359c290f.0@kastagir.senet.com.au> <359D29B2.700C@value.net> <6nkfgu$sfc$1@apakabar.cc.columbia.edu> <35a8e6ba.30691536@149.174.211.108>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8968
  19.  
  20. In article <35a8e6ba.30691536@149.174.211.108>,
  21. Ron Heiby <heiby_u@falkor.chi.il.us> wrote:
  22. : jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote:
  23. : >define on_exit {
  24. : > save terminal scrollback d:/kermit/save/terminal-\v(date)-\v(pid).txt
  25. : > save command scrollback d:/kermit/save/command-\v(date)-\v(pid).txt
  26. : >}
  27. : That's pretty cool! Is there any way to read the command scrollback file
  28. : back in, so that one might more easily re-execute commands from the earlier
  29. : Kermit session?
  30. Not without editing it to remove the prompt, outputs from K95, etc.
  31.  
  32. We might also add a "log commands" feature in a future release.
  33.  
  34. - Frank